{% extends 'base.html' %} {% load site_tags %} {% block title %}{{ program.title }} — {{ site_settings.institute_name }}{% endblock %} {% block content %}
Skill Certification {% if program.category %} {{ program.category.name }} {% endif %}

{{ program.title }}

{{ program.short_description }}

{{ program.full_description }}
Exam
{{ program.questions_per_exam }} random MCQs
from {{ program.min_question_bank }}+ bank
Time limit
{{ program.time_limit_minutes }} min
~{% widthratio program.time_limit_minutes program.questions_per_exam 60 %} sec / Q
Passing score
{{ program.passing_score }}%
Attempts
{{ program.max_attempts }} total
1 try + {{ program.max_reattempts_after_fail }} reattempts
{% if program.require_proctor %}
Live proctoring required. Remote candidates join a meeting with a teacher/consultant, receive an unlock code, then take the exam.
{% endif %}
{% format_price program.fee %}
Certification fee
{% format_price program.effective_reattempt_fee %}
Reattempt fee (if you score below {{ program.passing_score }}%)
  • For candidates with skills who need a formal certificate
  • Book a slot at a TSN Digital Center or take the exam remotely
  • Pay → schedule → unlock code → MCQ exam
  • Pass requires {{ program.passing_score }}% or higher
  • Up to {{ program.max_reattempts_after_fail }} paid reattempts after a fail
  • Unique verification code on each certificate
{% if user.is_authenticated and user.role == 'student' %} {% if application %} Go to my certifications {% else %} Apply & pay for exam {% endif %} {% elif user.is_authenticated %}
Only student accounts can apply for certifications.
{% else %} Login to apply {% endif %}
{% endblock %}